com.threerings.jpkg.ant.dpkg.scripts.runner
Class UnexpectedScriptTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.threerings.jpkg.ant.dpkg.scripts.runner.UnexpectedScriptTypeException
All Implemented Interfaces:
Serializable

public class UnexpectedScriptTypeException
extends Exception

Thrown when a ScriptRunner encounters a maintainer script type it was not expecting.

See Also:
Serialized Form

Constructor Summary
UnexpectedScriptTypeException(MaintainerScript.Type expected)
           
 
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

UnexpectedScriptTypeException

public UnexpectedScriptTypeException(MaintainerScript.Type expected)


Copyright © 2007-2008 Three Rings Design, Inc. All Rights Reserved. Released under a BSD license.