net.aerith.misao.pixy
Class ExaminationFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.aerith.misao.pixy.ExaminationFailedException

public class ExaminationFailedException
extends java.lang.Exception

The ExaminationFailedException is an exception thrown if the examination process is failed.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ExaminationFailedException()
          Constructs an ExaminationFailedException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ExaminationFailedException

public ExaminationFailedException()
Constructs an ExaminationFailedException.