org.jaffa.tools.common
Class SourceDecomposerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaffa.tools.common.SourceDecomposerException
All Implemented Interfaces:
Serializable

public class SourceDecomposerException
extends Exception

This is thrown if any error occurs while decomposing a file

See Also:
Serialized Form

Constructor Summary
SourceDecomposerException()
          Creates new SourceDecomposerException without detail message.
SourceDecomposerException(String msg)
          Constructs an SourceDecomposerException with the specified detail 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

SourceDecomposerException

public SourceDecomposerException()
Creates new SourceDecomposerException without detail message.


SourceDecomposerException

public SourceDecomposerException(String msg)
Constructs an SourceDecomposerException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2002-2004 JAFFA Project.