Back to project page interdroid-swan.
The source code is released under:
Copyright (c) 2008-2011 Vrije Universiteit, The Netherlands All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the follo...
If you think the Android project interdroid-swan listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package interdroid.swan.swansong; //w w w. j av a 2 s . c om public class ExpressionParseException extends Exception { public ExpressionParseException(Exception e) { super(e); } /** * */ private static final long serialVersionUID = 2814819272391559777L; }