com.huguesjohnson.tiamat.graphics
Class UnsupportedMapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.huguesjohnson.tiamat.graphics.UnsupportedMapException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedMapException
extends java.lang.Exception

UnsupportedMapException - Exception thrown when an unsupported map is encountered

Author:
Hugues Johnson
See Also:
Serialized Form

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

UnsupportedMapException

public UnsupportedMapException()

UnsupportedMapException

public UnsupportedMapException(java.lang.String message)