cz.muni.fi.rtc.teacherWorkbench.importer.exceptions
Class EmptyPossibleCharsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by cz.muni.fi.rtc.teacherWorkbench.importer.exceptions.EmptyPossibleCharsException
All Implemented Interfaces:
java.io.Serializable

public class EmptyPossibleCharsException
extends java.lang.IllegalStateException

See Also:
Serialized Form

Constructor Summary
EmptyPossibleCharsException()
           
EmptyPossibleCharsException(java.lang.String arg0)
           
EmptyPossibleCharsException(java.lang.String arg0, java.lang.Throwable arg1)
           
EmptyPossibleCharsException(java.lang.Throwable arg0)
           
 
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

EmptyPossibleCharsException

public EmptyPossibleCharsException()

EmptyPossibleCharsException

public EmptyPossibleCharsException(java.lang.String arg0)

EmptyPossibleCharsException

public EmptyPossibleCharsException(java.lang.Throwable arg0)

EmptyPossibleCharsException

public EmptyPossibleCharsException(java.lang.String arg0,
                                   java.lang.Throwable arg1)