shout3d.core
Class Shout3DException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--shout3d.core.Shout3DException

public class Shout3DException
extends java.lang.RuntimeException

Any Exception thrown by Shout3D. Error messages should be descriptive, as this is the only Exception class required by Core Shout3D.

See Also:
Serialized Form

Constructor Summary
Shout3DException(java.lang.String errorMessage)
          Constructs a Shout3DException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Shout3DException

public Shout3DException(java.lang.String errorMessage)
Constructs a Shout3DException
Parameters:
errorMessage - the error message