org.proteinshader.graphics.exceptions
Class GlyphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.proteinshader.graphics.exceptions.GlyphException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GlyphConfigException, GlyphImageException

public class GlyphException
extends Exception

To report errors that occur while creating a Glyph.

See Also:
Serialized Form

Constructor Summary
GlyphException()
          Sets the default message to 'An error occurred while creating a Glyph'.
GlyphException(String message)
          The message given this constructor can be retrieved using getMessage().
 
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

GlyphException

public GlyphException()
Sets the default message to 'An error occurred while creating a Glyph'.


GlyphException

public GlyphException(String message)
The message given this constructor can be retrieved using getMessage().

Parameters:
message - a short error message.


Copyright © 2007-2008