protoj.core.internal
Class InformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by protoj.core.internal.InformationException
All Implemented Interfaces:
java.io.Serializable

public final class InformationException
extends java.lang.RuntimeException

This exception should be thrown in order to indicate that a problem has occurred, but only the detailed message should be reported. Here are a few examples:

Author:
Ashley Williams
See Also:
Serialized Form

Constructor Summary
InformationException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InformationException

public InformationException(java.lang.String message)