jindent
Class JindentError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by jindent.JindentError
All Implemented Interfaces:
Serializable

public class JindentError
extends Error

This error will be thrown if something serious in Jindent went wrong. Please read the error messages to get detailed informations.

See Also:
Serialized Form

Constructor Summary
JindentError(String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JindentError

public JindentError(String msg)