ubiware.util.saplbuilder
Class MalformedSaplException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ubiware.util.saplbuilder.MalformedSaplException
All Implemented Interfaces:
java.io.Serializable

public class MalformedSaplException
extends java.lang.Exception

This exception is thrown when an attemt is taken to create an invalid S-APL document or a subcomponent which would make the document invalid.

Since:
17 Aug 2010
Author:
Michael Cochez for Ubiware project
See Also:
Serialized Form

Constructor Summary
MalformedSaplException(java.lang.String message)
           
MalformedSaplException(java.lang.String message, java.lang.Throwable cause)
           
 
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

MalformedSaplException

public MalformedSaplException(java.lang.String message,
                              java.lang.Throwable cause)

MalformedSaplException

public MalformedSaplException(java.lang.String message)