utilities
Class ModelError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--utilities.ModelError
All Implemented Interfaces:
java.io.Serializable

public class ModelError
extends java.lang.Exception

An exception type, utterly unexicting.

See Also:
Serialized Form

Constructor Summary
ModelError(java.lang.String s)
           
 
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

ModelError

public ModelError(java.lang.String s)