com.huguesjohnson.tiamat
Class UnsupportedCharacterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.huguesjohnson.tiamat.UnsupportedCharacterException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedCharacterException
extends java.lang.Exception

UnsupportedCharacterException - Exception thrown when an unsupported character is encountered

Author:
Hugues Johnson
See Also:
Serialized Form

Constructor Summary
UnsupportedCharacterException()
          Creates a new UnsupportedCharacterException.
UnsupportedCharacterException(java.lang.String message)
          Creates a new UnsupportedCharacterException with the specified message.
 
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

UnsupportedCharacterException

public UnsupportedCharacterException()
Creates a new UnsupportedCharacterException.


UnsupportedCharacterException

public UnsupportedCharacterException(java.lang.String message)
Creates a new UnsupportedCharacterException with the specified message.

Parameters:
message - The error message.


Copyright © 2004-2006 Hugues Johnson