jrun.deployment
Class DeploymentParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.deployment.DeploymentException
                    |
                    +--jrun.deployment.DeploymentParseException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable, Translatable

public class DeploymentParseException
extends DeploymentException
implements Translatable

Author:
Nick Tsivranidis
See Also:
Serialized Form

Fields inherited from class jrun.deployment.DeploymentException
messages, rootCause
 
Constructor Summary
DeploymentParseException(java.lang.String detail, int line, int column)
           
 
Method Summary
 int getColumnNumber()
           
 java.lang.String getErrorDetail()
           
 int getLineNumber()
           
 java.lang.String toString()
           
 
Methods inherited from class jrun.deployment.DeploymentException
addMessage, getLocalizedMessage, getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentParseException

public DeploymentParseException(java.lang.String detail,
                                int line,
                                int column)
Method Detail

getErrorDetail

public java.lang.String getErrorDetail()

getLineNumber

public int getLineNumber()

getColumnNumber

public int getColumnNumber()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright � 2002 Macromedia Corporation. All Rights Reserved.